home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3040 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  907 b 

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C on Turbo C++??
  5. Date: 25 Jan 1996 17:23:25 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4e8ead$be2@redstone.interpath.net>
  8. References: <Pine.A32.3.91.960119092311.232146A-100000@musca.unm.edu> <4du6r4$ao9@redstone.interpath.net> <4e61hg$jcf@reader2.ix.netcom.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Dennis Pfeiffer (thepfeif@ix.netcom.com) wrote:
  13. : >: Does anyone know if I would have any problems compiling C programs
  14. : I tried this and got an error that it could not find my include.h
  15. : files
  16. :                     # include <iostream.h>
  17.  
  18. This is not a C include file! Of course it won't let you compile
  19. it. If you want C++, compile the program as C++.
  20.  
  21. Scott
  22.  
  23.  
  24.  
  25.